home *** CD-ROM | disk | FTP | other *** search
- #ifndef _DTJAPPLT_HPP
- #define _DTJAPPLT_HPP
-
- #include "dtjpanel.hpp"
-
- class METAEXPORTCLASSDEF DTJApplet : public DTJPanel
- {
- public:
- DTJApplet( const MetaObject * pMetaObj );
- virtual ~DTJApplet();
-
- virtual void GenerateCode( MMCodeGeneration mmCodeGen,
- ostream& src,
- MMCodeGenerationParms& pGenParms );
-
- protected:
- virtual void GenerateConstructor( ostream& src,
- MMJCodeGenerationParms* pGenParms ) const;
- virtual void GenerateDestroy( ostream& src,
- MMJCodeGenerationParms* pGenParms ) const;
- };
-
- // needed for mdreader
- typedef DTJApplet DTjava__dot__applet__dot__Applet__dot__102;
- typedef WForm java__dot__applet__dot__Applet__dot__102;
-
- #endif // _DTJAPPLT_HPP
-